'Declaration
<__DynamicallyInvokableAttribute()> Protected ReadOnly Property Items As System.Collections.Generic.IList(Of T)
'Usage
Dim instance As NotifyPropertyCollection(Of T) Dim value As System.Collections.Generic.IList(Of T) value = instance.Items
[__DynamicallyInvokable()] protected System.Collections.Generic.IList<T> Items {get;}